Overload | Description |
---|---|
NArrayReverseIterator<T> Constructor(T[]) | Creates an iterator that iterates through the entire array |
NArrayReverseIterator<T> Constructor(T[],Int32) | Creates an iterator that iterates only through a fixed count of array items, in reverse order. |
NArrayReverseIterator<T> Constructor(T[],Int32,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from the specified index. |